home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Applications / Eudora 1.3.1 / source / Other.r < prev    next >
Encoding:
Text File  |  1993-03-16  |  6.3 KB  |  293 lines  |  [TEXT/MPS ]

  1. resource 'STR#' (1200, purgeable) {
  2.     {"4","24","41","44"}
  3. };
  4.  
  5. resource 'STR#' (1600, purgeable) {
  6.     {    /* array StringArray: 7 elements */
  7.         /* [1] */
  8.         "To:",
  9.         /* [2] */
  10.         "From:",
  11.         /* [3] */
  12.         "Subject:",
  13.         /* [4] */
  14.         "Cc:",
  15.         /* [5] */
  16.         "Bcc:",
  17.         /* [6] */
  18.         "X-Attachments:",
  19.         /* [7] */
  20.         "Reply-To:",
  21.         /* [8] */
  22.         "X-Priority:"
  23.     }
  24. };
  25.  
  26. resource 'STR#' (24200, purgeable) {
  27.     {    /* array StringArray: 7 elements */
  28.         /* [1] */
  29.         "To:",
  30.         /* [2] */
  31.         "From:",
  32.         /* [3] */
  33.         "Subject:",
  34.         /* [4] */
  35.         "Cc:",
  36.         /* [5] */
  37.         "Bcc:",
  38.         /* [6] */
  39.         "Attachments:",
  40.         /* [7] */
  41.         "Reply-To:",
  42.         /* [8] */
  43.         "X-Priority:"
  44.     }
  45. };
  46.  
  47. resource 'STR#' (1800, purgeable) {
  48.     {    /* array StringArray: 12 elements */
  49.         "",
  50.         "",
  51.         "Undo Cut",
  52.         "Undo Copy",
  53.         "Undo Paste",
  54.         "Undo Paste As Quote",
  55.         "Undo Clear",
  56.         "Undo Typing",
  57.         "",
  58.         "",
  59.         "Undo Wrap",
  60.         "Undo Unwrap",
  61.         "",
  62.         "",
  63.         "Redo Cut",
  64.         "Redo Copy",
  65.         "Redo Paste",
  66.         "Redo Paste As Quote",
  67.         "Redo Clear",
  68.         "Redo Typing",
  69.         "",
  70.         "",
  71.         "Redo Wrap",
  72.         "Redo Unwrap"
  73.     }
  74. };
  75.  
  76. resource 'STR#' (2200, purgeable) {
  77.     {    /* array StringArray: 10 elements */
  78.         /* [1] */
  79.         "The network is presently unreachable.",
  80.         /* [2] */
  81.         "The host is presently unreachable.",
  82.         /* [3] */
  83.         "The protocol is presently unreachable.",
  84.         /* [4] */
  85.         "The port is presently unreachable.",
  86.         /* [5] */
  87.         "A packet could not be sent because it had to be fragmented, and fragmentation is currently not allowed.",
  88.         /* [6] */
  89.         "A packet's source route failed.",
  90.         /* [7] */
  91.         "A packet's time to live was exceeded.",
  92.         /* [8] */
  93.         "Incorrect parameters were supplied to TCP/IP.",
  94.         /* [9] */
  95.         "A required option is missing.",
  96.         /* [10] */
  97.         "An unknown ICMP message was received."
  98.     }
  99. };
  100.  
  101. resource 'STR#' (3200, purgeable) { /* headers to ignore */
  102. {
  103.   "received",
  104.   "message",
  105.   "resent-message",
  106.   "in-reply",
  107.   "references",
  108.   "return",
  109.   "x400",
  110.     "mail-system-version",
  111.     "mime-version",
  112.     "x-envelope",
  113.     "x-vms",
  114.     "x-ph"
  115. }};
  116.  
  117. resource 'STR#' (5400, purgeable) { /* headers for replies */
  118. {
  119.   "reply-to: ",
  120.   "resent-reply-to: ",
  121.   "from: ",
  122.   "resent-from: ",
  123. }};
  124.  
  125. resource 'STR#' (3400, purgeable) { /* headers ALWAYS to ignore */
  126.   {"from "}
  127. };
  128.  
  129. resource 'STR#' (3600, purgeable) { /* CTB errors */
  130.     {    /* array StringArray: 10 elements */
  131.         /* [1] */
  132.         "It won't say why.",
  133.         /* [2] */
  134.         "(Not really.)",
  135.         /* [3] */
  136.         "The connection was refused.",
  137.         /* [4] */
  138.         "The attempt to make the connection failed.",
  139.         /* [5] */
  140.         "The operation timed out.",
  141.         /* [6] */
  142.         "The connection is not open.",
  143.         /* [7] */
  144.         "The connection is not closed.",
  145.         /* [8] */
  146.         "There is nothing pending.",
  147.         /* [9] */
  148.         "That operation is not supported.",
  149.         /* [10] */
  150.         "No connection tools are available."
  151.     }
  152. };
  153.  
  154. resource 'STR#' (3800, purgeable) { /* RFC 822 month abbreviations */
  155.   {"Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"}
  156. };
  157.  
  158. resource 'STR#' (4000, purgeable) { /* RFC 822 weekday abbreviations */
  159.     {"Sun","Mon","Tue","Wed","Thu","Fri","Sat"}
  160. };
  161.  
  162. resource 'STR#' (2400, purgeable) {  /* default navin resource */
  163.     {"\n\n\n"}
  164. };
  165.  
  166.  
  167. resource 'STR#' (1400, purgeable) {
  168.     {    /* array StringArray: 37 elements */
  169.         /* [1] */
  170.         "An error involving documents has occurred.",
  171.         /* [2] */
  172.         "The directory is full.",
  173.         /* [3] */
  174.         "The disk is full.",
  175.         /* [4] */
  176.         "There is no such volume.",
  177.         /* [5] */
  178.         "An I/O error has occurred.",
  179.         /* [6] */
  180.         "The name is bad.",
  181.         /* [7] */
  182.         "An fnOpnErr has occurred.",
  183.         /* [8] */
  184.         "The end of a file has been unexpectedly reached.",
  185.         /* [9] */
  186.         "Error positioning document pointer.",
  187.         /* [10] */
  188.         "An mFulErr has occurred.",
  189.         /* [11] */
  190.         "There are too many documents open.",
  191.         /* [12] */
  192.         "The document was not found.",
  193.         /* [13] */
  194.         "The disk is locked.",
  195.         /* [14] */
  196.         "The document is locked.",
  197.         /* [15] */
  198.         "The volume is locked.",
  199.         /* [16] */
  200.         "The document is busy.",
  201.         /* [17] */
  202.         "The document already exists.",
  203.         /* [18] */
  204.         "I am unable to open the document for writing.",
  205.         /* [19] */
  206.         "There has been an error in a parameter.",
  207.         /* [20] */
  208.         "The reference number is bad.",
  209.         /* [21] */
  210.         "A gfpErr has occurred.",
  211.         /* [22] */
  212.         "The volume is off-line.",
  213.         /* [23] */
  214.         "You don't have sufficient permissions for that.",
  215.         /* [24] */
  216.         "The volume is on-line.",
  217.         /* [25] */
  218.         "There is no such driver.",
  219.         /* [26] */
  220.         "The disk is not a Macintosh disk.",
  221.         /* [27] */
  222.         "An extFSErr has occurred.",
  223.         /* [28] */
  224.         "A fsRnErr has occurred.",
  225.         /* [29] */
  226.         "A badMDBErr has occurred.",
  227.         /* [30] */
  228.         "You may not write to that.",
  229.         /* [31] */
  230.         "The directory was not found.",
  231.         /* [32] */
  232.         "There are too many working directories open.",
  233.         /* [33] */
  234.         "A badMovErr has occurred.",
  235.         /* [34] */
  236.         "The volume is the wrong type.",
  237.         /* [35] */
  238.         "The volume is gone.",
  239.         /* [36] */
  240.         "An fsDSIntErr has occurred.",
  241.         /* [37] */
  242.         "An unknown error has occurred."
  243.     }
  244. };
  245.  
  246.  
  247. resource 'STR#' (800, purgeable) /* password changing */
  248. {{
  249.     "user %p%p","pass %p%p","newpass %p%p","quit%p%p"
  250. }};
  251.  
  252. resource 'STR#' (600, purgeable) {
  253.     {
  254.         /* [1] */
  255.         "(Highest)",
  256.         /* [2] */
  257.         "(High)",
  258.         /* [3] */
  259.         "(Normal)",
  260.         /* [4] */
  261.         "(Low)",
  262.         /* [5] */
  263.         "(Lowest)",
  264.         "\nThis message is of highest priority.",
  265.         "\nThis message is of high priority.",
  266.         "",
  267.         "\nThis message is of low priority.",
  268.         "\nThis message is not worth the phosphors used to display it."
  269.     }
  270. };
  271.  
  272. resource 'MENU' (1509) { 509, textMenuProc, allEnabled, enabled,
  273.     "Db",
  274.     {    /* array: 16 elements */
  275.         /* [0] */    "0",                                    noIcon, noKey, noMark, plain,
  276.         /* [1] */    "MouseRgn",                        noIcon, noKey, noMark, plain,
  277.         /* [2] */    "2X TCP Buffer",            noIcon, noKey, noMark, plain,
  278.         /* [3] */    "Leaks",                            noIcon, noKey, noMark, plain,
  279.         /* [4] */    "4",                                noIcon, noKey, noMark, plain,
  280.         /* [5] */    "5",                                    noIcon, noKey, noMark, plain,
  281.         /* [6] */    "Heap Check",                    noIcon, noKey, noMark, plain,
  282.         /* [7] */    "Purge",                            noIcon, noKey, noMark, plain,
  283.         /* [8] */    "Snoop Handles",            noIcon, noKey, noMark, plain,
  284.         /* [9] */    "9",                                    noIcon, noKey, noMark, plain,
  285.         /* [10]*/    "10",                                    noIcon, noKey, noMark, plain,
  286.         /* [11]*/    "From Parsing",                noIcon, noKey, noMark, plain,
  287.         /* [12]*/    "ports +10000",                noIcon, noKey, noMark, plain,
  288.         /* [13]*/    "4X TCP Buffer",            noIcon, noKey, noMark, plain,
  289.         /* [14]*/    "14",                                    noIcon, noKey, noMark, plain,
  290.         /* [15]*/    "15",                                    noIcon, noKey, noMark, plain
  291.     }
  292. };
  293.